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 | ?る?倚?Ⅷ | 001111111000001011101001001111111001100011011111001111111000011101011011 | 3f82e93f98df3f875b |
EUC-JP | ?る?倚?? | 0011111110100100111010110011111111010000111000010011111100111111 | 3fa4eb3fd0e13f3f |
UTF-8 | 閭る볏倚졿Ⅷ | 111011111010011010000110111000111000001010001011111010111011001110001111111001011000000010011010111011001010000110111111111000101000010110100111 | efa686e3828bebb38fe5809aeca1bfe285a7 |
UHC | 閭る볏倚졿Ⅷ | 111001101010110110101010111010111011101010110010111010111110111110100000111001101010010110110111 | e6adaaebbab2ebefa0e6a5b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)