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 | ?劇???趾 | 0011111110001100100000000011111100111111001111111110011011100100 | 3f8c803f3f3fe6e4 |
EUC-JP | ?劇???趾 | 0011111110110111111000000011111100111111001111111110110011100110 | 3fb7e03f3f3fece6 |
UTF-8 | 뤋劇쫸뺙렯趾 | 111010111010010010001011111001011000101010000111111011001010101110111000111010111011101010011001111010111010000010101111111010001011011010111110 | eba48be58a87ecabb8ebba99eba0afe8b6be |
UHC | 뤋劇쫸뺙렯趾 | 100011111011101111010000101111001010011010001111101110111011001110001110101111001111001010111111 | 8fbbd0bca68fbbb38ebcf2bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)