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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 淀磐???? | 1001011110000100100101001101011000111111001111110011111100111111 | 978494d63f3f3f3f |
EUC-JP | 淀磐???? | 1100110111100100110010001101100000111111001111110011111100111111 | cde4c8d83f3f3f3f |
UTF-8 | 淀磐렱띳렰렟 | 111001101011011110000000111001111010001110010000111010111010000010110001111010111001110110110011111010111010000010110000111010111010000010011111 | e6b780e7a390eba0b1eb9db3eba0b0eba09f |
UHC | 淀磐렱띳렰렟 | 111011111110001111011010111100011000111010111110101101101111000110001110101111011000111010110000 | efe3daf18ebeb6f18ebd8eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)