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 | ?釐へ??ゲ | 001111111110011111011000100000101101011000111111001111111000001101010001 | 3fe7d882d63f3f8351 |
EUC-JP | ?釐へ??ゲ | 001111111110111011011010101001001101100000111111001111111010010110110010 | 3feedaa4d83f3fa5b2 |
UTF-8 | 룵釐へ룴쵍ゲ | 111010111010001110110101111010011000011110010000111000111000000110111000111010111010001110110100111011001011010110001101111000111000001010110010 | eba3b5e98790e381b8eba3b4ecb58de382b2 |
UHC | 룵釐へ룴쵍ゲ | 100011111010101011010111111011011010101011011000100011111010100110101100100011111010101110110010 | 8faad7edaad88fa9ac8fabb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)