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 | ?ゃ?肄?Ⅹ | 001111111000001011100001001111111110001111100101001111111000011101011101 | 3f82e13fe3e53f875d |
EUC-JP | ?ゃ?肄?? | 0011111110100100111000110011111111100110111001110011111100111111 | 3fa4e33fe6e73f3f |
UTF-8 | 閭ゃ굟肄뽪Ⅹ | 111011111010011010000110111000111000001010000011111010101011010110011111111010001000001010000100111010111011110110101010111000101000010110101001 | efa686e38283eab59fe88284ebbdaae285a9 |
UHC | 閭ゃ굟肄뽪Ⅹ | 111001101010110110101010111000111000001010000111111011001011110110010110111001101010010110111001 | e6adaae38287ecbd96e6a5b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)