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 | ウコモノハロ | 101100111011101011010011110010011100101011011011 | b3bad3c9cadb |
EUC-JP | ウコモノハロ | 100011101011001110001110101110101000111011010011100011101100100110001110110010101000111011011011 | 8eb38eba8ed38ec98eca8edb |
UTF-8 | ウコモノハロ | 111011111011110110110011111011111011110110111010111011111011111010010011111011111011111010001001111011111011111010001010111011111011111010011011 | efbdb3efbdbaefbe93efbe89efbe8aefbe9b |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)