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 | ????釐こ | 0011111100111111001111110011111111100111110110001000001010110001 | 3f3f3f3fe7d882b1 |
EUC-JP | ????釐こ | 0011111100111111001111110011111111101110110110101010010010110011 | 3f3f3f3feedaa4b3 |
UTF-8 | 룵킃㈐룵釐こ | 111010111010001110110101111011011000001010000011111000111000100010010000111010111010001110110101111010011000011110010000111000111000000110010011 | eba3b5ed8283e38890eba3b5e98790e38193 |
UHC | 룵킃㈐룵釐こ | 100011111010101010110100100011111010100111000001100011111010101011010111111011011010101010110011 | 8faab48fa9c18faad7edaab3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)