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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?擺r?? | 00111111100111011011001010000010100100100011111100111111 | 3f9db282923f3f |
EUC-JP | ?擺r?? | 00111111110110101011010010100011111100100011111100111111 | 3fdab4a3f23f3f |
UTF-8 | 뤈擺r텕쳪 | 111010111010010010001000111001101001001110111010111011111011110110010010111011011000010110010101111011001011001110101010 | eba488e693baefbd92ed8595ecb3aa |
UHC | 뤈擺r텕쳪 | 10001111101110001111011111101100101000111111001010110110100011101010101110001111 | 8fb8f7eca3f2b68eab8f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)