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 | ??????x | 00111111001111110011111100111111001111110011111101111000 | 3f3f3f3f3f3f78 |
SJIS-WIN | ?駱?菰??x | 001111111110100101110000001111111000110011010100001111110011111101111000 | 3fe9703f8cd43f3f78 |
EUC-JP | ?駱?菰??x | 001111111111000111010001001111111011100011010110001111110011111101111000 | 3ff1d13fb8d63f3f78 |
UTF-8 | 렺駱렺菰렻렑x | 11101011101000001011101011101001101001111011000111101011101000001011101011101000100011111011000011101011101000001011101111101011101000001001000101111000 | eba0bae9a7b1eba0bae88fb0eba0bbeba09178 |
UHC | 렺駱렺菰렻렑x | 10001110110000101101010110101101100011101100001011001101110010101000111011000011100011101010011001111000 | 8ec2d5ad8ec2cdca8ec38ea678 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)