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 | ?訥チ?冀ご | 00111111111001100110001110000011011000000011111110011001011000101000001010110010 | 3fe66383603f996282b2 |
EUC-JP | ?訥チ?冀ご | 00111111111010111100010010100101110000010011111111010001110000111010010010110100 | 3febc4a5c13fd1c3a4b4 |
UTF-8 | 룶訥チ룶冀ご | 111010111010001110110110111010001010100010100101111000111000001110000001111010111010001110110110111001011000011010000000111000111000000110010100 | eba3b6e8a8a5e38381eba3b6e58680e38194 |
UHC | 룶訥チ룶冀ご | 100011111010101111010010111011011010101111000001100011111010101111010000111011011010101010110100 | 8fabd2edabc18fabd0edaab4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)