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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | ?俄h?俄 | 00111111100010011110001001101000001111111000100111100010 | 3f89e2683f89e2 |
EUC-JP | ?俄h?俄 | 00111111101100101110010001101000001111111011001011100100 | 3fb2e4683fb2e4 |
UTF-8 | 룶俄h룶俄 | 11101011101000111011011011100100101111111000010001101000111010111010001110110110111001001011111110000100 | eba3b6e4bf8468eba3b6e4bf84 |
UHC | 룶俄h룶俄 | 100011111010101111100100101011010110100010001111101010111110010010101101 | 8fabe4ad688fabe4ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)