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 | 音????鏃 | 1000100110111001001111110011111100111111001111111110100001010110 | 89b93f3f3f3fe856 |
EUC-JP | 音???瓘鏃 | 10110010101110110011111100111111001111111000111111001100111011111110111110110111 | b2bb3f3f3f8fccefefb7 |
UTF-8 | 音ㅽ햐뤈瓘鏃 | 111010011001111110110011111000111000010110111101111011011001011010010000111010111010010010001000111001111001001110011000111010011000111110000011 | e99fb3e385bded9690eba488e79398e98f83 |
UHC | 音ㅽ햐뤈瓘鏃 | 111010111110010110100100111011011100011111100001100011111011100011001110101101101111000011101100 | ebe5a4edc7e18fb8ceb6f0ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)