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 | 移?肄?? | 10001000110110100011111111100011111001010011111100111111 | 88da3fe3e53f3f |
EUC-JP | 移?肄?? | 10110000110111000011111111100110111001110011111100111111 | b0dc3fe6e73f3f |
UTF-8 | 移렯肄펩렫 | 111001111010011110111011111010111010000010101111111010001000001010000100111011011000111010101001111010111010000010101011 | e7a7bbeba0afe88284ed8ea9eba0ab |
UHC | 移렯肄펩렫 | 11101100101110011000111010111100111011001011110111000110111010011000111010111001 | ecb98ebcecbdc6e98eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)