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 | 濡??癲? | 10010100010001110011111100111111111000011001111100111111 | 94473f3fe19f3f |
EUC-JP | 濡??癲? | 11000111101010000011111100111111111000101010000100111111 | c7a83f3fe2a13f |
UTF-8 | 濡덈젧癲쩈 | 111001101011111110100001111010111000110110001000111011001010000010100111111001111001100110110010111011001010100110001000 | e6bfa1eb8d88eca0a7e799b2eca988 |
UHC | 濡덈젧癲쩈 | 11101011101000011000100011101011101000001001111111101111101001101010010101000010 | eba188eba09fefa6a542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)