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 | ?擺μ重?湮 | 00111111100111011011001010000011110010101000111101100100001111111001111111001110 | 3f9db283ca8f643f9fce |
EUC-JP | ?擺μ重?湮 | 00111111110110101011010010100110110011001011110111000101001111111101111011010000 | 3fdab4a6ccbdc53fded0 |
UTF-8 | 뤈擺μ重쏜湮 | 1110101110100100100010001110011010010011101110101100111010111100111010011000011110001101111011001000111110011100111001101011100110101110 | eba488e693bacebce9878dec8f9ce6b9ae |
UHC | 뤈擺μ重쏜湮 | 100011111011100011110111111011001010010111101100111100011110110010111101111100001110110011011100 | 8fb8f7eca5ecf1ecbdf0ecdc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)