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 | ?釐∮?健げ | 00111111111001111101100010000111100100110011111110001100100100101000001010110000 | 3fe7d887933f8c9282b0 |
EUC-JP | ?釐??健げ | 001111111110111011011010001111110011111110110111111100101010010010110010 | 3feeda3f3fb7f2a4b2 |
UTF-8 | 룵釐∮룴健げ | 111010111010001110110101111010011000011110010000111000101000100010101110111010111010001110110100111001011000000110100101111000111000000110010010 | eba3b5e98790e288aeeba3b4e581a5e38192 |
UHC | 룵釐∮룴健げ | 100011111010101011010111111011011010001010110001100011111010100111001011111011011010101010110010 | 8faad7eda2b18fa9cbedaab2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)