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 | 哀??節? | 10001000101000110011111100111111100100001101111100111111 | 88a33f3f90df3f |
EUC-JP | 哀??節? | 10110000101001010011111100111111110000001110000100111111 | b0a53f3fc0e13f |
UTF-8 | 哀잆룜節꼞 | 111001011001001110000000111011001001111010000110111010111010001110011100111001111010111110000000111010101011110010011110 | e59380ec9e86eba39ce7af80eabc9e |
UHC | 哀잆룜節꼞 | 11100100111011101001111111100011100011111001100011101111101111011000010001110101 | e4ee9fe38f98efbd8475 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)