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 | ?釐び?功ピ | 00111111111001111101100010000010110100010011111110001100111101111000001101110011 | 3fe7d882d13f8cf78373 |
EUC-JP | ?釐び?功ピ | 00111111111011101101101010100100110100110011111110111000111110011010010111010100 | 3feedaa4d33fb8f9a5d4 |
UTF-8 | 룶釐び룴功ピ | 111010111010001110110110111010011000011110010000111000111000000110110011111010111010001110110100111001011000101010011111111000111000001110010100 | eba3b6e98790e381b3eba3b4e58a9fe38394 |
UHC | 룶釐び룴功ピ | 100011111010101111010111111011011010101011010011100011111010100111001101111011011010101111010100 | 8fabd7edaad38fa9cdedabd4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)