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 | ?る?猶?? | 0011111110000010111010010011111110010111010100000011111100111111 | 3f82e93f97503f3f |
EUC-JP | ?る?猶?? | 0011111110100100111010110011111111001101101100010011111100111111 | 3fa4eb3fcdb13f3f |
UTF-8 | 娛る뵁猶얖娛 | 111001011010100010011011111000111000001010001011111010111011010110000001111001111000110010110110111011001001011010010110111001011010100010011011 | e5a89be3828bebb581e78cb6ec9696e5a89b |
UHC | 娛る뵁猶얖娛 | 111001111111010010101010111010111001010010000111111010111010001010011110010000011110011111110100 | e7f4aaeb9487eba29e41e7f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)