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 | 汚??恙?? | 1000100110011000001111110011111110011100100110010011111100111111 | 89983f3f9c993f3f |
EUC-JP | 汚??恙?? | 1011000111111000001111110011111111010111111110010011111100111111 | b1f83f3fd7f93f3f |
UTF-8 | 汚먪쥈恙껇쨧 | 111001101011000110011010111010111010100010101010111011001010010110001000111001101000000110011001111010101011101110000111111011001010100010100111 | e6b19aeba8aaeca588e68199eabb87eca8a7 |
UHC | 汚먪쥈恙껇쨧 | 111001111111110110010000111001111010001010000001111001011011111110000011111010001010010010000010 | e7fd90e7a281e5bf83e8a482 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)