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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 燿??節f | 1110000010100000001111110011111110010000110111111000001010000110 | e0a03f3f90df8286 |
EUC-JP | 燿??節f | 1110000010100010001111110011111111000000111000011010001111100110 | e0a23f3fc0e1a3e6 |
UTF-8 | 燿쒎뫏節f | 111001111000011110111111111011001001001010001110111010111010101110001111111001111010111110000000111011111011110110000110 | e787bfec928eebab8fe7af80efbd86 |
UHC | 燿쒎뫏節f | 11101000111111001001110011100101100100011011000111101111101111011010001111100110 | e8fc9ce591b1efbda3e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)