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 | 鼇??逸?? | 1110101010000111001111110011111110001000111011010011111100111111 | ea873f3f88ed3f3f |
EUC-JP | 鼇??逸?? | 1111001111100111001111110011111110110000111011110011111100111111 | f3e73f3fb0ef3f3f |
UTF-8 | 鼇앸뜉逸녘삃 | 111010011011110010000111111011001001010110111000111010111001110010001001111010011000000010111000111010111000010110011000111011001000001010000011 | e9bc87ec95b8eb9c89e980b8eb8598ec8283 |
UHC | 鼇앸뜉逸녘삃 | 111010001010100010011101111010111000110110001100111011001110111110110011111010001001100010001010 | e8a89deb8d8cecefb3e8988a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)