To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ツ湘敕氾禿唯 | 1100001010001111110000111001110111000011100101001100001110010011110000111001011101000010 | c28fc39dc394c393c39742 |
EUC-JP | ツ湘敕氾禿唯 | 100011101100001010111110110001011101101011000101110010001100010111000110110001011100110110100011 | 8ec2bec5dac5c8c5c6c5cda3 |
UTF-8 | ツ湘敕氾禿唯 | 111011111011111010000010111001101011100110011000111001101001010110010101111001101011000010111110111001111010011010111111111001011001010010101111 | efbe82e6b998e69595e6b0bee7a6bfe594af |
UHC | ?湘?氾禿唯 | 00111111110111111100111100111111110110111111000011010100101111101110101011100110 | 3fdfcf3fdbf0d4beeae6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)