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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 渧雫澵室 | 1111101101001000100011101011010011111011010011001000111010111010 | fb488eb4fb4c8eba |
EUC-JP | 渧雫澵室 | 10001111110001111110101110111100101101101000111111001000111110001011110010111100 | 8fc7ebbcb68fc8f8bcbc |
UTF-8 | 渧雫澵室 | 111001101011100010100111111010011001101110101011111001101011111010110101111001011010111010100100 | e6b8a7e99babe6beb5e5aea4 |
UHC | ???室 | 0011111100111111001111111110001111111000 | 3f3f3fe3f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)