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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 轣梧コ縦B | 1110011110000001100011001110011010111010100011110110001101000010 | e7818ce6ba8f6342 |
EUC-JP | 轣梧コ縦B | 111011011110000110111000111010001000111010111010101111011100010001000010 | ede1b8e88ebabdc442 |
UTF-8 | 轣梧コ縦B | 11101000101111011010001111100110101000101010011111101111101111011011101011100111101110001010011001000010 | e8bda3e6a2a7efbdbae7b8a642 |
UHC | ?梧??B | 001111111110011111111100001111110011111101000010 | 3fe7fc3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)